Display Question messagebox and check its result :: C# 소스[SSISO Community]
 
SSISO 카페 SSISO Source SSISO 구직 SSISO 쇼핑몰 SSISO 맛집
추천검색어 : JUnit   Log4j   ajax   spring   struts   struts-config.xml   Synchronized   책정보   Ajax 마스터하기   우측부분

C# 소스
[1]
등록일:2008-03-28 17:08:48 (0%)
작성자:갤러리정
제목:Display Question messagebox and check its result
using  System;
using  System.Drawing;
using  System.Collections;
using  System.ComponentModel;
using  System.Windows.Forms;
using  System.Data;

public  class  Test{
        [STAThread]
        static  void  Main()  
        {
                        DialogResult  reply  =  MessageBox.Show("Question?",
                        "Yes  or  No  Demo",MessageBoxButtons.YesNo,MessageBoxIcon.Question);
            
                        if  (reply  ==  DialogResult.Yes){
                              MessageBox.Show("Yes");
                        }  else  {
                              MessageBox.Show("No");
                        }
        }
}
[본문링크] Display Question messagebox and check its result
[1]
코멘트(이글의 트랙백 주소:/cafe/tb_receive.php?no=3244
작성자
비밀번호

 

SSISOCommunity

[이전]

Copyright byCopyright ⓒ2005, SSISO Community All Rights Reserved.